From b8ca55b940e8ce1236fb2d1dd1452c64e41be8c8 Mon Sep 17 00:00:00 2001 From: foglar Date: Mon, 11 Nov 2024 15:36:09 +0100 Subject: [PATCH] Cleanup after reinstall --- config/hyprlock.conf | 2 +- nixos/configuration.nix | 2 +- nixos/hardware-configuration.nix | 8 +++++--- nixos/home.nix | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/hyprlock.conf b/config/hyprlock.conf index 3f55e78..f3ba6a8 100644 --- a/config/hyprlock.conf +++ b/config/hyprlock.conf @@ -10,7 +10,7 @@ general { background { monitor = - path = /home/foglar/mysystem/nixos/aurora_borealis.png + path = /home/foglar/dotfiles/nixos/aurora_borealis.png color = rgba(25, 20, 20, 1.0) # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 80c9ac4..51f8b5e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -166,7 +166,7 @@ WLR_NO_HARDWARE_CURSORS = "1"; NIXOS_OZONE_WL = "1"; EDITOR = "nvim"; - FLAKE = "/home/foglar/mysystem"; + FLAKE = "/home/foglar/dotfiles"; }; hardware = { diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 3d4ac93..a0e4b67 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -14,17 +14,19 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/dbb68bbb-0468-4e0d-be75-547b5f146c34"; + { device = "/dev/disk/by-uuid/2037dfa2-abb1-4f51-90ed-cc3cc5aa94ed"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/C550-8CDA"; + { device = "/dev/disk/by-uuid/3897-60B5"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; - swapDevices = [ ]; + swapDevices = + [ { device = "/dev/disk/by-uuid/078c9606-e3cc-4770-a200-382b247723a6"; } + ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's diff --git a/nixos/home.nix b/nixos/home.nix index f02aebd..3391f4c 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -70,7 +70,7 @@ home.sessionVariables = { EDITOR = "nvim"; - FLAKE = "/home/foglar/mysystem"; + FLAKE = "/home/foglar/dotfiles"; XDG_DATA_HOME = "$HOME/.local/share"; XDG_PICTURES_DIR = "$HOME/Pictures/Screenshots/"; #FZF_DEFAULT_OPTS = " \