Compare commits

..

No commits in common. "5f4ab1664ef2d79fe78c115471305f4fdcad7143" and "3cb0975dc723a53b0461f9b9cab7aac149bb5450" have entirely different histories.

5 changed files with 34 additions and 31 deletions

View file

@ -270,11 +270,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1718051463, "lastModified": 1717960589,
"narHash": "sha256-ZB7Ov9pbyOUl6Up8o3Kvb/4bghhcbBk0JILLS/L7LUM=", "narHash": "sha256-0fPh9sFwzWbvDTTY6omTrYk2r9nBz7e4AzGH6HlRLCo=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "811429bfd4a46f33c7788580f72038b0c3c1c2b1", "rev": "121c6ac3eae1601a1498e52a9be7030ebfed242c",
"revCount": 4795, "revCount": 4788,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland/" "url": "https://github.com/hyprwm/Hyprland/"
@ -521,11 +521,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718011381, "lastModified": 1717919703,
"narHash": "sha256-sFXI+ZANp/OC+MwfJoZgPSf4xMdtzQMe1pS3FGti4C8=", "narHash": "sha256-4i/c31+dnpv6KdUA3BhbMDS9Lvg/CDin78caYJlq0bY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "88ad3d7501e22b2401dd72734b032b7baa794434", "rev": "a157a81d0a4bc909b2b6666dd71909bcdc8cd0d6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -541,11 +541,11 @@
"nixpkgs": "nixpkgs_5" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1717976391, "lastModified": 1717950035,
"narHash": "sha256-STKlWaiiFKDybexvQCg5U1+DSLRaxT93NwVaiBSEvTI=", "narHash": "sha256-DQv1ys0NQonNtlKK573kQ+alEk0FfNKxfw5Szn8Qki0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NixOS-WSL", "repo": "NixOS-WSL",
"rev": "e3f215e518d52f6f2e68cf713cefe773284e1aa6", "rev": "ccf99bcaa34f3d020ce9c68fafb0dda2a7afa5df",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -593,11 +593,11 @@
"nixpkgs": "nixpkgs_8" "nixpkgs": "nixpkgs_8"
}, },
"locked": { "locked": {
"lastModified": 1718050700, "lastModified": 1717957281,
"narHash": "sha256-Ld1gCiO3wjwlAdg3wOehTNdTe4qJt1t0idlE07I+Gzk=", "narHash": "sha256-rjYIvR9DDuPbBBPALDjULzPEzBWY9OjUegc/jHYk9QE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs-wayland", "repo": "nixpkgs-wayland",
"rev": "e12fbee8584f0ad7a41d3c2c132e6ed0585630de", "rev": "44bb02ce43e73723a360c57d41208f1da6bf6b03",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -672,11 +672,11 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1717893485, "lastModified": 1717868076,
"narHash": "sha256-WMU6ZRZrBgEUDIF0siu2aIyVAXcxfElSwzZtS/mSpN4=", "narHash": "sha256-c83Y9t815Wa34khrux81j8K8ET94ESmCuwORSKm2bQY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3bcedce9f4de37570242faf16e1e143583407eab", "rev": "cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1015,11 +1015,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718068727, "lastModified": 1717896262,
"narHash": "sha256-xfkhBwlket05Du/i6zOyZ+vLhvq/cwsZEYOSx7S2C74=", "narHash": "sha256-NlzMzWpIbRv55fn0bu0/ymIIjH81oC4YwgRtBrvcmk4=",
"owner": "Cloudef", "owner": "Cloudef",
"repo": "zig2nix", "repo": "zig2nix",
"rev": "c8704bb3d3db94c2084615965898941698ec6033", "rev": "e0fdcda76ab2fe0ebbb3c6c9b46e844370a834ea",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -30,7 +30,10 @@
"vt.default_blu=46,168,161,175,250,231,213,222,112,168,161,175,250,231,213,200" "vt.default_blu=46,168,161,175,250,231,213,222,112,168,161,175,250,231,213,200"
]; ];
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest; # Virtual Box doesn't compile with latest kernel
# try latest after this PR is merged
# https://github.com/NixOS/nixpkgs/pull/311362
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
boot.loader = { boot.loader = {
systemd-boot = enabled // { systemd-boot = enabled // {

View file

@ -1,12 +1,7 @@
{ { pkgs, self, ... }:
pkgs,
self,
enabled,
...
}:
{ {
imports = with self.nixosModules; [ git ]; imports = with self.nixosModules; [ git ];
programs.zsh = enabled; programs.zsh.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tmux tmux
unzip unzip
@ -14,7 +9,6 @@
less less
gnumake gnumake
gcc gcc
file
jq jq

View file

@ -2,7 +2,6 @@
inputs, inputs,
self, self,
pkgs, pkgs,
enabled,
... ...
}: }:
{ {
@ -27,7 +26,7 @@
self.packages.${pkgs.system}.default self.packages.${pkgs.system}.default
]; ];
programs.nix-index-database.comma = enabled; programs.nix-index-database.comma.enable = true;
# nix-index didn't like this being enabled? # nix-index didn't like this being enabled?
programs.command-not-found.enable = false; programs.command-not-found.enable = false;
@ -35,5 +34,12 @@
nix.settings = { nix.settings = {
trusted-users = [ "@wheel" ]; trusted-users = [ "@wheel" ];
accept-flake-config = true; accept-flake-config = true;
# substituters = [
# "https://daylin.cachix.org"
# ];
# trusted-public-keys = [
# "daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k="
# ];
}; };
} }

View file

@ -13,8 +13,8 @@ in
runes runes
nix nix
essentials
cli cli
dev
nvim nvim
vpn vpn
gpg gpg