This commit is contained in:
xeovalyte 2024-03-23 09:32:43 +01:00
commit fecfb03e76
No known key found for this signature in database
10 changed files with 37 additions and 21 deletions

36
flake.lock generated
View File

@ -25,11 +25,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1710404542,
"narHash": "sha256-eHtM7/2AVx0Ggc/kDjPP3UKVh93WGeE8rxEffr1mn1A=",
"lastModified": 1711124527,
"narHash": "sha256-nCTtAShwdthp+scvmLevc06gtY9gglXq2vCdsszTqIA=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "4c5fb09b2f070beefb5cf2d6133cd0acf316bf45",
"rev": "d1f6bbea177a3542d9ad3ecead77089b65e09963",
"type": "gitlab"
},
"original": {
@ -61,11 +61,11 @@
]
},
"locked": {
"lastModified": 1710124615,
"narHash": "sha256-VFF4l95pXSzkz/U5WxORWhWvK4f+x8PY9VQRgEn9qb0=",
"lastModified": 1711056091,
"narHash": "sha256-tOerD2Fk8ZZQloceDh9vx9zptmoACmS2K9yvtnMerXs=",
"owner": "getchoo",
"repo": "nix-exprs",
"rev": "ca5b1d79dafeef4258dc4cec4d4c04281d27e0d1",
"rev": "6493e74983d5549bcc97cb669bf3790b1f4ef284",
"type": "github"
},
"original": {
@ -81,11 +81,11 @@
]
},
"locked": {
"lastModified": 1706981411,
"narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=",
"lastModified": 1710888565,
"narHash": "sha256-s9Hi4RHhc6yut4EcYD50sZWRDKsugBJHSbON8KFwoTw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "652fda4ca6dafeb090943422c34ae9145787af37",
"rev": "f33900124c23c4eca5831b9b5eb32ea5894375ce",
"type": "github"
},
"original": {
@ -168,11 +168,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1710365106,
"narHash": "sha256-BAt07JNgMEXDuzR3pHX+ROBY63SaMe/6yxI7Z6OFxqg=",
"lastModified": 1711101603,
"narHash": "sha256-5/uA1LoIQ6BhvABbTy46w97vO+q5jcngZ4BOsJtKiXs=",
"owner": "hyprwm",
"repo": "hyprlock",
"rev": "988d5b3957fceb23e59716eebaf5f6bd16d566f0",
"rev": "0db5afb9d618571048bc30958e10b1990130bbb4",
"type": "github"
},
"original": {
@ -202,11 +202,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1710283656,
"narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=",
"lastModified": 1711124224,
"narHash": "sha256-l0zlN/3CiodvWDtfBOVxeTwYSRz93muVbXWSpaMjXxM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "51063ed4f2343a59fdeebb279bb81d87d453942b",
"rev": "56528ee42526794d413d6f244648aaee4a7b56c0",
"type": "github"
},
"original": {
@ -232,11 +232,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1710272261,
"narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=",
"lastModified": 1711001935,
"narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2",
"rev": "20f77aa09916374aa3141cbc605c955626762c9a",
"type": "github"
},
"original": {

View File

@ -11,6 +11,7 @@
../../modules/system/programs/thunar.nix
../../modules/system/programs/steam.nix
../../modules/system/utils/common.nix
../../modules/system/utils/docker.nix
../../modules/system/utils/firewall.nix
#../../modules/system/utils/fprint.nix
../../modules/system/utils/garbage-collection.nix

View File

@ -25,7 +25,7 @@
kdenlive
gthumb
unstable.arduino-ide
prismlauncher
unstable.prismlauncher-qt5
];
home.sessionVariables = {

View File

@ -26,7 +26,7 @@
gthumb
unstable.arduino-ide
moonlight-qt
prismlauncher
unstable.prismlauncher-qt5
];
home.stateVersion = "23.11";

View File

@ -96,6 +96,7 @@
"$mod,ESCAPE, exec, nwg-bar"
"$mod, C, killactive"
"$mod SHIFT, C, exec, hyprctl kill"
"$mod, V, togglefloating"
"$mod, F, fullscreen, 0"
"$mod, M, fullscreen, 1"

View File

@ -12,5 +12,8 @@
bitwarden
pavucontrol
unstable.youtube-music
# CLI tools
cloc
];
}

View File

@ -2,7 +2,7 @@
{
nix.settings = {
substituters = ["https://getchoo.cachix.org"];
trusted-substituters = ["https://getchoo.cachix.org"];
trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="];
};

View File

@ -12,4 +12,6 @@
hardware.opengl.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
programs.gamemode.enable = true;
}

View File

@ -36,4 +36,6 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
programs.gamemode.enable = true;
}

View File

@ -0,0 +1,7 @@
{ ... }:
{
virtualisation.docker.enable = true;
users.users.xeovalyte.extraGroups = [ "docker" ];
}