diff --git a/home/46d1/home.nix b/home/46d1.nix similarity index 75% rename from home/46d1/home.nix rename to home/46d1.nix index 6d8e6ca..74a5114 100644 --- a/home/46d1/home.nix +++ b/home/46d1.nix @@ -19,11 +19,11 @@ home-manager.users.user = {pkgs, ...}: { home.file = { - ".zshrc".source = ../../dotfiles/.zshrc; - ".bashrc".source = ../../dotfiles/.bashrc; - ".shellrc".source = ../../dotfiles/.shellrc; + ".zshrc".source = ../dotfiles/.zshrc; + ".bashrc".source = ../dotfiles/.bashrc; + ".shellrc".source = ../dotfiles/.shellrc; - ".config/btop/btop.conf".source = ../../dotfiles/btop.conf; + ".config/btop/btop.conf".source = ../dotfiles/btop.conf; # ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg; }; diff --git a/home/tasia-but-old-username/home.nix b/home/tasia-but-old-username.nix similarity index 100% rename from home/tasia-but-old-username/home.nix rename to home/tasia-but-old-username.nix diff --git a/home/tasia/home.nix b/home/tasia.nix similarity index 100% rename from home/tasia/home.nix rename to home/tasia.nix diff --git a/home/user/home.nix b/home/user.nix similarity index 100% rename from home/user/home.nix rename to home/user.nix diff --git a/hosts/jo/configuration.nix b/hosts/jo/configuration.nix index 3765b53..afe77af 100644 --- a/hosts/jo/configuration.nix +++ b/hosts/jo/configuration.nix @@ -51,10 +51,11 @@ in { # Personal modules # ../../modules/nixos/tildefriends.nix # ./yubikey.nix - # ./rtl-sdr.nix + ./rtl-sdr.nix ]; - boot.loader.systemd-boot.enable = lib.mkForce false; + # Bootloader. + boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; boot.loader.grub.useOSProber = true; diff --git a/hosts/phoenix/configuration.nix b/hosts/phoenix/configuration.nix index 1fb78f3..c7552ea 100644 --- a/hosts/phoenix/configuration.nix +++ b/hosts/phoenix/configuration.nix @@ -19,7 +19,7 @@ in { ../../common/services/syncthing.nix - ../../home/tasia-but-old-username/home.nix + ../../home/tasia-but-old-username.nix inputs.agenix.nixosModules.default ../../common/components/wifi-secrets.nix diff --git a/hosts/stuff/configuration.nix b/hosts/stuff/configuration.nix index 9ab5fd9..2252f21 100644 --- a/hosts/stuff/configuration.nix +++ b/hosts/stuff/configuration.nix @@ -24,7 +24,7 @@ in { ../../common/services/syncthing.nix ../../common/services/nix-gc.nix - ../../home/46d1/home.nix + ../../home/46d1.nix inputs.agenix.nixosModules.default ../../common/components/wifi-secrets.nix @@ -54,6 +54,7 @@ in { # Additional system packages here zoxide telegram-desktop + zoom-us ]; services.displayManager.autoLogin.user = "user";