Some changes

This commit is contained in:
Henry Hiles 2023-11-14 20:25:49 -05:00
parent 8fe88c91b2
commit 595fc50aed
3 changed files with 24 additions and 26 deletions

36
flake.lock generated
View file

@ -133,11 +133,11 @@
"firefox-gnome-theme": { "firefox-gnome-theme": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1698329218, "lastModified": 1699621711,
"narHash": "sha256-OU6LyGeePS31pG7o10su7twDzDL5Z3a1sHtV68SzEwI=", "narHash": "sha256-GUvBQbagF/7W1AriPVvJYA1cmk9Y/iWXghj3cIFYQzU=",
"owner": "rafaelmardojai", "owner": "rafaelmardojai",
"repo": "firefox-gnome-theme", "repo": "firefox-gnome-theme",
"rev": "3cb70833903a560ac22f49d278e7ce955bf8395e", "rev": "1c32013cdbe17406de496cdf5f6899b84c4bbfed",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -203,11 +203,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1699290318, "lastModified": 1699783872,
"narHash": "sha256-weH8oEJo+g0yJtGGU+Zo2pg5kOxPUCAFl8v/5dEnH00=", "narHash": "sha256-4zTwLT2LL45Nmo6iwKB3ls3hWodVP9DiSWxki/oewWE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "c067d57fc4552835987fd7611c3a6741ee32ebd5", "rev": "280721186ab75a76537713ec310306f0eba3e407",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -245,11 +245,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1699207404, "lastModified": 1699838063,
"narHash": "sha256-7qzr0Nne6WpJPbEoW/JAFLoB9Y4Xu7eKfjRriujbI3Y=", "narHash": "sha256-V1KLZVi73S3vxkO0ZYBpD7xY2B1MIFUqZ5d/FyuWdI4=",
"owner": "fufexan", "owner": "fufexan",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "40bcc678e41285dbe0d9a306baf2c2123fd19027", "rev": "01ceb9c45463880a6c1d2432110e3439f2c55069",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -260,11 +260,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1699099776, "lastModified": 1699781429,
"narHash": "sha256-X09iKJ27mGsGambGfkKzqvw5esP1L/Rf8H3u3fCqIiU=", "narHash": "sha256-UYefjidASiLORAjIvVsUHG6WBtRhM67kTjEY4XfZOFs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "85f1ba3e51676fa8cc604a3d863d729026a6b8eb", "rev": "e44462d6021bfe23dfb24b775cc7c390844f773d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -331,11 +331,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1699198345, "lastModified": 1699971939,
"narHash": "sha256-1BSvqKG/4U6QhAme4Kt4UA5ikxeJODjo5+2zWCuKqeY=", "narHash": "sha256-MuIVwYaWisKkg5MEsGLF5dXPAMpqe5Eoprw97Nk2LJo=",
"owner": "wamserma", "owner": "wamserma",
"repo": "flake-programs-sqlite", "repo": "flake-programs-sqlite",
"rev": "4e3f3b4827ca8f46b401448995272b0b585d2e93", "rev": "1a18488d97d9a3128d747adf8550016f08abef31",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -370,11 +370,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1698846025, "lastModified": 1699477454,
"narHash": "sha256-crZer9Qgr7GptKjIN/1aAT1bCtGA+/+9eG+aoKuIQPg=", "narHash": "sha256-PueVBJDRM+q/ONSwMptLH4i6cny7BnNcuBpjI2e5rYo=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "07795247c2db08711bbd9503e01752c315be0805", "rev": "5c6f7fd709be441505998fc51a25b645a44d359e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -132,11 +132,9 @@
++ (with gnomeExtensions; [ ++ (with gnomeExtensions; [
caffeine caffeine
pop-shell pop-shell
app-hider
appindicator appindicator
search-light search-light
blur-my-shell blur-my-shell
aylurs-widgets
just-perfection just-perfection
burn-my-windows burn-my-windows
fullscreen-avoider fullscreen-avoider
@ -145,12 +143,12 @@
}; };
programs = { programs = {
wireshark = { steam = {
enable = true; enable = true;
package = pkgs.wireshark; package = pkgs.steam.override {
extraProfile = "export STEAM_EXTRA_COMPAT_TOOLS_PATHS='${inputs.nix-gaming.packages.${pkgs.system}.proton-ge}'";
};
}; };
steam.enable = true;
xfconf.enable = true;
gamemode.enable = true; gamemode.enable = true;
noisetorch.enable = true; noisetorch.enable = true;
fish.interactiveShellInit = "neofetch"; fish.interactiveShellInit = "neofetch";

View file

@ -1,4 +1,4 @@
{inputs, ...}: { \{inputs, ...}: {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {inherit inputs;}; home-manager.extraSpecialArgs = {inherit inputs;};
@ -23,6 +23,6 @@
../home-manager/firefox.nix ../home-manager/firefox.nix
../home-manager/neofetch.nix ../home-manager/neofetch.nix
../home-manager/mangohud.nix ../home-manager/mangohud.nix
# ../home-manager/sway.nix ../home-manager/sway.nix
]; ];
} }