mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
Compare commits
No commits in common. "cd01d3e40b63557d19dcc4a79e3517f45d9bb1b4" and "a128d9b7fa3d10fc3b64ada4d713b151f1804ed8" have entirely different histories.
cd01d3e40b
...
a128d9b7fa
12 changed files with 160 additions and 112 deletions
|
@ -60,14 +60,15 @@ in
|
||||||
usbImager
|
usbImager
|
||||||
virtManager
|
virtManager
|
||||||
# polychromatic
|
# polychromatic
|
||||||
|
dolphin
|
||||||
espanso
|
espanso
|
||||||
claudeCode
|
claudeCode
|
||||||
jamesDsp
|
jamesDsp
|
||||||
zoom
|
zoom
|
||||||
academic
|
academic
|
||||||
hypr
|
# hypr
|
||||||
# niri
|
# niri
|
||||||
wayland
|
# wayland
|
||||||
theming
|
theming
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs)
|
|
||||||
nautilus
|
|
||||||
sushi
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -2,16 +2,17 @@ let
|
||||||
superBinds = builtins.map (x: "SUPER, " + x) [
|
superBinds = builtins.map (x: "SUPER, " + x) [
|
||||||
# Apps
|
# Apps
|
||||||
"Z, exec, obsidian"
|
"Z, exec, obsidian"
|
||||||
|
"L, exec, slack"
|
||||||
"H, exec, feishin"
|
"H, exec, feishin"
|
||||||
"G, exec, scrcpy"
|
"G, exec, scrcpy"
|
||||||
"L, exec, thunar"
|
"K, exec, ghostty -e nu -e y"
|
||||||
"S, exec, steam"
|
"S, exec, steam"
|
||||||
"R, exec, ghostty -e zellij a dotfiles"
|
"R, exec, ghostty -e zellij a dotfiles"
|
||||||
"N, exec, signal-desktop"
|
"N, exec, signal-desktop"
|
||||||
"T, exec, zeditor"
|
"T, exec, zeditor"
|
||||||
"B, exec, floorp"
|
"B, exec, floorp"
|
||||||
"X, exec, freetube"
|
"X, exec, freetube"
|
||||||
"V, exec, vesktop"
|
"V, exec, discordcanary"
|
||||||
"M, exec, element-desktop"
|
"M, exec, element-desktop"
|
||||||
"D, exec, ghostty"
|
"D, exec, ghostty"
|
||||||
"P, exec, bitwarden"
|
"P, exec, bitwarden"
|
||||||
|
@ -34,7 +35,7 @@ let
|
||||||
"PageUp, exec, playerctl next"
|
"PageUp, exec, playerctl next"
|
||||||
"PageDown, exec, playerctl previous"
|
"PageDown, exec, playerctl previous"
|
||||||
"Home, exec, playerctl play-pause"
|
"Home, exec, playerctl play-pause"
|
||||||
"Space, exec, fuzzel"
|
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
|
||||||
];
|
];
|
||||||
|
|
||||||
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
91
modules/home/gui/desktop/hypr/land/config/bind-user1.nix
Executable file
91
modules/home/gui/desktop/hypr/land/config/bind-user1.nix
Executable file
|
@ -0,0 +1,91 @@
|
||||||
|
let
|
||||||
|
superBinds = builtins.map (x: "SUPER, " + x) [
|
||||||
|
# Apps
|
||||||
|
"B, exec, brave"
|
||||||
|
"E, exec, ghostty -e nu -e y"
|
||||||
|
"S, exec, steam"
|
||||||
|
"N, exec, signal-desktop"
|
||||||
|
"D, exec, discordcanary"
|
||||||
|
"R, exec, flatpak run org.vinegarhq.Sober"
|
||||||
|
"T, exec, ghostty"
|
||||||
|
"P, exec, spotify"
|
||||||
|
"M, exec, prismlauncher"
|
||||||
|
"J, exec, jellyfinmediaplayer"
|
||||||
|
"L, exec, lutris"
|
||||||
|
# Workspaces
|
||||||
|
"1, workspace, 1"
|
||||||
|
"2, workspace, 2"
|
||||||
|
"3, workspace, 3"
|
||||||
|
"4, workspace, 4"
|
||||||
|
"5, workspace, 5"
|
||||||
|
# Windows
|
||||||
|
"X, killactive"
|
||||||
|
"bracketright, splitratio, 0.33"
|
||||||
|
"bracketleft, splitratio, -0.33"
|
||||||
|
"Tab, fullscreen, 0"
|
||||||
|
"F, togglefloating"
|
||||||
|
# Window Focus
|
||||||
|
"left, movefocus, l"
|
||||||
|
"up, movefocus, u"
|
||||||
|
"down, movefocus, d"
|
||||||
|
"right, movefocus, r"
|
||||||
|
# Audio
|
||||||
|
"PageUp, exec, playerctl next"
|
||||||
|
"PageDown, exec, playerctl previous"
|
||||||
|
"Home, exec, playerctl play-pause"
|
||||||
|
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
|
||||||
|
];
|
||||||
|
|
||||||
|
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
||||||
|
# Super+shift binds
|
||||||
|
# Window Move
|
||||||
|
"left, movewindow, l"
|
||||||
|
"up, movewindow, u"
|
||||||
|
"down, movewindow, d"
|
||||||
|
"right, movewindow, r"
|
||||||
|
# Quick Action
|
||||||
|
"S, exec, flameshot gui"
|
||||||
|
"period, exec, emote"
|
||||||
|
"Backspace, layoutmsg, togglesplit"
|
||||||
|
"P, pin, enable"
|
||||||
|
# "Print, exec, grim -g \"$(slurp)\""
|
||||||
|
# Utility
|
||||||
|
"End, exec, shutdown now"
|
||||||
|
"Insert, exec, systemctl reboot"
|
||||||
|
"Home, exec, swaylock"
|
||||||
|
"1, movetoworkspacesilent, 1"
|
||||||
|
"2, movetoworkspacesilent, 2"
|
||||||
|
"3, movetoworkspacesilent, 3"
|
||||||
|
"4, movetoworkspacesilent, 4"
|
||||||
|
"5, movetoworkspacesilent, 5"
|
||||||
|
];
|
||||||
|
superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [
|
||||||
|
# Super+shift binds
|
||||||
|
];
|
||||||
|
|
||||||
|
altBinds = builtins.map (x: "ALT, " + x) [
|
||||||
|
# Alt binds
|
||||||
|
];
|
||||||
|
|
||||||
|
shiftBinds = builtins.map (x: "SHIFT, " + x) [
|
||||||
|
# Shift binds
|
||||||
|
];
|
||||||
|
|
||||||
|
ctrlBinds = builtins.map (x: "CTRL, " + x) [
|
||||||
|
# Ctrl binds
|
||||||
|
];
|
||||||
|
|
||||||
|
ctrlShiftBinds = builtins.map (x: "CTRL SHIFT, " + x) [
|
||||||
|
# Ctrl+shift binds
|
||||||
|
# "End, exec, shutdown now"
|
||||||
|
];
|
||||||
|
in
|
||||||
|
superBinds
|
||||||
|
++ superShiftBinds
|
||||||
|
++ superCtrlBinds
|
||||||
|
++ altBinds
|
||||||
|
++ ctrlBinds
|
||||||
|
++ ctrlShiftBinds
|
||||||
|
++ shiftBinds
|
||||||
|
# Docs
|
||||||
|
# https://wiki.hyprland.org/Getting-Started/Master-Tutorial/
|
|
@ -1,13 +1,17 @@
|
||||||
{
|
{
|
||||||
flake,
|
flake,
|
||||||
config,
|
config,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
||||||
|
inherit (flake.config.people) user1;
|
||||||
|
user = config.home.username;
|
||||||
|
|
||||||
configPath = ./config;
|
configPath = ./config;
|
||||||
configImports = {
|
configImports = {
|
||||||
animations = import (configPath + /animations.nix);
|
animations = import (configPath + /animations.nix);
|
||||||
bind = import (configPath + /bind.nix);
|
|
||||||
bindm = import (configPath + /bindm.nix);
|
bindm = import (configPath + /bindm.nix);
|
||||||
binds = import (configPath + /binds.nix);
|
binds = import (configPath + /binds.nix);
|
||||||
# bindl = import (configPath + /bindl.nix);
|
# bindl = import (configPath + /bindl.nix);
|
||||||
|
@ -20,6 +24,15 @@ let
|
||||||
windowrulev2 = import (configPath + /windowrulev2.nix);
|
windowrulev2 = import (configPath + /windowrulev2.nix);
|
||||||
xwayland = import (configPath + /xwayland.nix);
|
xwayland = import (configPath + /xwayland.nix);
|
||||||
monitor = import (configPath + /monitor.nix);
|
monitor = import (configPath + /monitor.nix);
|
||||||
|
bind =
|
||||||
|
let
|
||||||
|
bindConfig =
|
||||||
|
if user == user1 then
|
||||||
|
import (configPath + /bind-user1.nix)
|
||||||
|
else
|
||||||
|
import (configPath + /bind-user0.nix);
|
||||||
|
in
|
||||||
|
bindConfig;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
config,
|
config,
|
||||||
flake,
|
flake,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -39,11 +38,6 @@ in
|
||||||
workspace4 = "extra";
|
workspace4 = "extra";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# environment = {
|
|
||||||
# QT_QPA_PLATFORM = "wayland";
|
|
||||||
# DISPLAY = null;
|
|
||||||
# };
|
|
||||||
|
|
||||||
prefer-no-csd = true;
|
prefer-no-csd = true;
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
|
@ -56,7 +50,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
# { command = [ "xwayland-satellite" ]; }
|
{ command = [ "swaylock" ]; }
|
||||||
{ command = [ "wl-clipboard" ]; }
|
{ command = [ "wl-clipboard" ]; }
|
||||||
{ command = [ "wpaperd" ]; }
|
{ command = [ "wpaperd" ]; }
|
||||||
{ command = [ "gammastep" ]; }
|
{ command = [ "gammastep" ]; }
|
||||||
|
@ -150,9 +144,9 @@ in
|
||||||
# "Super+Enter".action = niri.toggle-overview;
|
# "Super+Enter".action = niri.toggle-overview;
|
||||||
|
|
||||||
"Super+1".action = niri.focus-workspace workspace0;
|
"Super+1".action = niri.focus-workspace workspace0;
|
||||||
"Super+4".action = niri.focus-workspace workspace1;
|
"Super+2".action = niri.focus-workspace workspace1;
|
||||||
"Super+3".action = niri.focus-workspace workspace2;
|
"Super+3".action = niri.focus-workspace workspace2;
|
||||||
"Super+2".action = niri.focus-workspace workspace3;
|
"Super+4".action = niri.focus-workspace workspace3;
|
||||||
"Super+5".action = niri.focus-workspace workspace4;
|
"Super+5".action = niri.focus-workspace workspace4;
|
||||||
|
|
||||||
"Super+c".action = niri.focus-column-or-monitor-left;
|
"Super+c".action = niri.focus-column-or-monitor-left;
|
||||||
|
@ -297,7 +291,6 @@ in
|
||||||
open-on-workspace = workspace3;
|
open-on-workspace = workspace3;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# opacity = 0.90;
|
|
||||||
clip-to-geometry = true;
|
clip-to-geometry = true;
|
||||||
focus-ring.enable = false;
|
focus-ring.enable = false;
|
||||||
geometry-corner-radius =
|
geometry-corner-radius =
|
||||||
|
@ -314,22 +307,16 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
# always-center-single-column = true;
|
|
||||||
default-column-width = {
|
default-column-width = {
|
||||||
proportion = 0.5;
|
proportion = 0.5;
|
||||||
};
|
};
|
||||||
preset-column-widths = [
|
|
||||||
{ proportion = 1. / 3.; }
|
|
||||||
{ proportion = 1. / 2.; }
|
|
||||||
{ proportion = 2. / 3.; }
|
|
||||||
];
|
|
||||||
border = {
|
border = {
|
||||||
enable = true;
|
enable = true;
|
||||||
width = 2;
|
width = 2;
|
||||||
active.color = makeColour el.base0E;
|
active.color = makeColour el.base0E;
|
||||||
inactive.color = makeColour el.base02;
|
inactive.color = makeColour el.base02;
|
||||||
};
|
};
|
||||||
gaps = 5;
|
gaps = 10;
|
||||||
shadow = {
|
shadow = {
|
||||||
enable = true;
|
enable = true;
|
||||||
color = el.base11;
|
color = el.base11;
|
||||||
|
@ -359,9 +346,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# home.packages = builtins.attrValues {
|
|
||||||
# inherit (pkgs)
|
|
||||||
# xwayland-satellite
|
|
||||||
# ;
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,12 +12,13 @@ in
|
||||||
margin-left = 5;
|
margin-left = 5;
|
||||||
margin-right = 5;
|
margin-right = 5;
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"custom/launcher"
|
"custom/weather"
|
||||||
"hyprland/workspaces"
|
# "niri/workspaces"
|
||||||
];
|
];
|
||||||
|
|
||||||
modules-center = [
|
modules-center = [
|
||||||
"custom/weather"
|
# "custom/launcher"
|
||||||
|
"clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
@ -29,7 +30,7 @@ in
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
# "network"
|
# "network"
|
||||||
"battery"
|
"battery"
|
||||||
"clock"
|
# "clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
|
@ -44,33 +45,24 @@ in
|
||||||
format-alt = " {:%d/%m}";
|
format-alt = " {:%d/%m}";
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
# "niri/workspaces" = {
|
||||||
active-only = false;
|
# active-only = false;
|
||||||
disable-scroll = true;
|
# disable-scroll = true;
|
||||||
format = "{icon}";
|
# format = "{icon}";
|
||||||
on-click = "activate";
|
# on-click = "activate";
|
||||||
format-icons = {
|
# format-icons = {
|
||||||
"1" = "◉";
|
# # focused = "◉";
|
||||||
"2" = "◉";
|
# # active = "◉";
|
||||||
"3" = "◉";
|
# # empty = "◯";
|
||||||
"4" = "◉";
|
# # urgent = "";
|
||||||
"5" = "◉";
|
# # default = "◯";
|
||||||
urgent = "";
|
# # sort-by-number = true;
|
||||||
default = "◉";
|
# };
|
||||||
sort-by-number = true;
|
# };
|
||||||
};
|
|
||||||
persistent-workspaces = {
|
|
||||||
"1" = [ ];
|
|
||||||
"2" = [ ];
|
|
||||||
"3" = [ ];
|
|
||||||
"4" = [ ];
|
|
||||||
"5" = [ ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
memory = {
|
memory = {
|
||||||
format = " {}%";
|
format = " {}%";
|
||||||
format-alt = " {used} GiB"; #
|
format-alt = " {used} GiB"; #
|
||||||
interval = 2;
|
interval = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -123,7 +115,8 @@ in
|
||||||
};
|
};
|
||||||
"custom/launcher" = {
|
"custom/launcher" = {
|
||||||
format = "";
|
format = "";
|
||||||
on-click = "fuzzel";
|
on-click = "rm -r /home/$USER/.cache/tofi* ; tofi-drun";
|
||||||
|
# on-click-right = "pkill tofi || wallpaper-picker";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ in
|
||||||
''
|
''
|
||||||
|
|
||||||
* {
|
* {
|
||||||
min-height: 34px;
|
min-height: 30px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: ${custom.font};
|
font-family: ${custom.font};
|
||||||
font-weight: ${custom.font_weight};
|
font-weight: ${custom.font_weight};
|
||||||
|
@ -58,20 +58,22 @@ in
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding-left: 5px;
|
padding-left: 15px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: #${custom.button_color};
|
color: #${custom.button_color};
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 5px 0px 5px 0px;
|
||||||
opacity: ${custom.opacityBt};
|
|
||||||
}
|
|
||||||
#workspaces button.empty {
|
|
||||||
color: #${custom.background_3};
|
|
||||||
}
|
}
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: #${custom.text_color};
|
color: #${custom.text_color};
|
||||||
}
|
}
|
||||||
|
#workspaces button.empty {
|
||||||
|
color: #${custom.button_color};
|
||||||
|
}
|
||||||
|
#workspaces button.focused {
|
||||||
|
color: #${custom.text_color};
|
||||||
|
}
|
||||||
|
|
||||||
#tray, #pulseaudio, #privacy, #cpu, #memory, #disk, #clock {
|
#tray, #pulseaudio, #privacy, #cpu, #memory, #disk, #clock {
|
||||||
font-size: ${custom.font_size};
|
font-size: ${custom.font_size};
|
||||||
|
@ -98,6 +100,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
|
@ -118,5 +121,6 @@ in
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #${custom.text_color};
|
color: #${custom.text_color};
|
||||||
font-weight: ${custom.font_weight};
|
font-weight: ${custom.font_weight};
|
||||||
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
|
|
@ -10,12 +10,13 @@ in
|
||||||
mullvad
|
mullvad
|
||||||
syncthing
|
syncthing
|
||||||
ollama
|
ollama
|
||||||
# plasma
|
plasma
|
||||||
sddm
|
sddm
|
||||||
hypr
|
# hypr
|
||||||
# niri
|
# niri
|
||||||
wayland
|
# wayland
|
||||||
searx
|
searx
|
||||||
|
portals
|
||||||
xserver
|
xserver
|
||||||
flatpak
|
flatpak
|
||||||
wireGuard
|
wireGuard
|
||||||
|
|
|
@ -1,26 +1,10 @@
|
||||||
{ pkgs, flake, ... }:
|
|
||||||
let
|
|
||||||
inherit (flake.config.aesthetics.themes) fonts;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
displayManager = {
|
displayManager = {
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableHidpi = true;
|
wayland.enable = true;
|
||||||
theme = "catppuccin-mocha";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment = {
|
|
||||||
systemPackages = [
|
|
||||||
(pkgs.catppuccin-sddm.override {
|
|
||||||
flavor = "mocha";
|
|
||||||
font = "${fonts.names.name0}";
|
|
||||||
fontSize = "${toString fonts.sizes.desktop.size0}";
|
|
||||||
loginBackground = true;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,23 +5,12 @@
|
||||||
xdg = {
|
xdg = {
|
||||||
portal = {
|
portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
|
||||||
niri = {
|
|
||||||
default = [
|
|
||||||
"wlr"
|
|
||||||
"gtk"
|
|
||||||
"gnome"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
config.common.default = "*";
|
config.common.default = "*";
|
||||||
xdgOpenUsePortal = true;
|
xdgOpenUsePortal = true;
|
||||||
extraPortals = builtins.attrValues {
|
extraPortals = builtins.attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-gnome
|
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
;
|
;
|
||||||
|
|
|
@ -67,11 +67,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/6328deb2-075a-471e-8396-459921a82832";
|
device = "/dev/disk/by-uuid/1de87c26-c123-44c0-9c9b-6d2480bdeb7d";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/6152-9BBC";
|
device = "/dev/disk/by-uuid/6A1F-3641";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = mars.boot.options;
|
options = mars.boot.options;
|
||||||
};
|
};
|
||||||
|
@ -83,7 +83,7 @@ in
|
||||||
));
|
));
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/c8839bac-980b-4b24-9c36-504965acc964"; }
|
{ device = "/dev/disk/by-uuid/8b1d43a7-baf8-4d15-a1ad-dc0c9dda6970"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue