formatted

This commit is contained in:
Aria Nolan 2023-11-20 00:52:13 -05:00
parent f1fd1d72db
commit edb70791bd
5 changed files with 11 additions and 8 deletions

View file

@ -69,7 +69,7 @@
./hosts/JWST/configuration.nix ./hosts/JWST/configuration.nix
# nixos-hardware.nixosModules.dell-xps-15-9520 # nixos-hardware.nixosModules.dell-xps-15-9520
nixos-hardware.nixosModules.common-gpu-nvidia-disable nixos-hardware.nixosModules.common-gpu-nvidia-disable
{ nixpkgs.overlays = overlays; } {nixpkgs.overlays = overlays;}
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
@ -87,7 +87,7 @@
inherit pkgs; inherit pkgs;
extraSpecialArgs = {inherit inputs;}; # Pass flake inputs to our config extraSpecialArgs = {inherit inputs;}; # Pass flake inputs to our config
modules = [ modules = [
{ nixpkgs.overlays = overlays; } {nixpkgs.overlays = overlays;}
./users/tacocat/home.nix ./users/tacocat/home.nix
]; ];
}; };

View file

@ -30,7 +30,7 @@
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings.auto-optimise-store = true; nix.settings.auto-optimise-store = true;
nix.settings.trusted-users = [ "root" "tacocat" ]; nix.settings.trusted-users = ["root" "tacocat"];
nix.gc = { nix.gc = {
automatic = true; automatic = true;
@ -71,8 +71,8 @@
enable = true; enable = true;
# wlr.enable = true; # wlr.enable = true;
# extraPortals = with pkgs; [ # extraPortals = with pkgs; [
# xdg-desktop-portal-wlr # xdg-desktop-portal-wlr
# xdg-desktop-portal-gtk # xdg-desktop-portal-gtk
# ]; # ];
}; };

View file

@ -1,4 +1,4 @@
let let
tokyonight = import ./tokyonight.nix; tokyonight = import ./tokyonight.nix;
in in
tokyonight tokyonight

View file

@ -1,4 +1,8 @@
{pkgs, theme, ...}: { {
pkgs,
theme,
...
}: {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
policies = { policies = {

View file

@ -12,7 +12,6 @@
xdg.configFile."river/background.jpg".source = ../background.jpg; xdg.configFile."river/background.jpg".source = ../background.jpg;
xdg.configFile."sway" = { xdg.configFile."sway" = {
source = ./sway; source = ./sway;
executable = true; executable = true;