diff --git a/flake.nix b/flake.nix index 4674801..01659f2 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ ./hosts/JWST/configuration.nix # nixos-hardware.nixosModules.dell-xps-15-9520 nixos-hardware.nixosModules.common-gpu-nvidia-disable - { nixpkgs.overlays = overlays; } + {nixpkgs.overlays = overlays;} home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -87,7 +87,7 @@ inherit pkgs; extraSpecialArgs = {inherit inputs;}; # Pass flake inputs to our config modules = [ - { nixpkgs.overlays = overlays; } + {nixpkgs.overlays = overlays;} ./users/tacocat/home.nix ]; }; diff --git a/hosts/JWST/configuration.nix b/hosts/JWST/configuration.nix index f073359..46f7289 100644 --- a/hosts/JWST/configuration.nix +++ b/hosts/JWST/configuration.nix @@ -30,7 +30,7 @@ nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.auto-optimise-store = true; - nix.settings.trusted-users = [ "root" "tacocat" ]; + nix.settings.trusted-users = ["root" "tacocat"]; nix.gc = { automatic = true; @@ -71,8 +71,8 @@ enable = true; # wlr.enable = true; # extraPortals = with pkgs; [ - # xdg-desktop-portal-wlr - # xdg-desktop-portal-gtk + # xdg-desktop-portal-wlr + # xdg-desktop-portal-gtk # ]; }; diff --git a/modules/themes/default.nix b/modules/themes/default.nix index 0f449f4..a5e668b 100644 --- a/modules/themes/default.nix +++ b/modules/themes/default.nix @@ -1,4 +1,4 @@ let tokyonight = import ./tokyonight.nix; in -tokyonight + tokyonight diff --git a/users/tacocat/programs/firefox.nix b/users/tacocat/programs/firefox.nix index a8d0530..e4bedb6 100644 --- a/users/tacocat/programs/firefox.nix +++ b/users/tacocat/programs/firefox.nix @@ -1,4 +1,8 @@ -{pkgs, theme, ...}: { +{ + pkgs, + theme, + ... +}: { programs.firefox = { enable = true; policies = { diff --git a/users/tacocat/wayland/default.nix b/users/tacocat/wayland/default.nix index 1f07dc8..59848db 100644 --- a/users/tacocat/wayland/default.nix +++ b/users/tacocat/wayland/default.nix @@ -12,7 +12,6 @@ xdg.configFile."river/background.jpg".source = ../background.jpg; - xdg.configFile."sway" = { source = ./sway; executable = true;