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
# 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
];
};

View file

@ -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
# ];
};

View file

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

View file

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

View file

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