treewide: smaller cleanups

This commit is contained in:
Rouven Seifert 2024-04-17 16:13:17 +02:00
parent 0e7abe56cf
commit eacec7d6ff
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 19 additions and 18 deletions

View file

@ -180,11 +180,11 @@
]
},
"locked": {
"lastModified": 1712759992,
"narHash": "sha256-2APpO3ZW4idlgtlb8hB04u/rmIcKA8O7pYqxF66xbNY=",
"lastModified": 1713294767,
"narHash": "sha256-LmaabaQZdx52MPGKPRt9Opoc9Gd9RbwvCdysUUYQoXI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "31357486b0ef6f4e161e002b6893eeb4fafc3ca9",
"rev": "fa8c16e2452bf092ac76f09ee1fb1e9f7d0796e7",
"type": "github"
},
"original": {
@ -281,11 +281,11 @@
]
},
"locked": {
"lastModified": 1712459390,
"narHash": "sha256-e12bNDottaGoBgd0AdH/bQvk854xunlWAdZwr/oHO1c=",
"lastModified": 1713067146,
"narHash": "sha256-9D20xjblGKEVRVCnM3qWhiizEa9i6OpK6xQJajwcwOQ=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "4676d72d872459e1e3a248d049609f110c570e9a",
"rev": "93aed67288be60c9ef6133ba2f8de128f4ef265c",
"type": "github"
},
"original": {
@ -296,11 +296,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1712791164,
"narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=",
"lastModified": 1713248628,
"narHash": "sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U+ISA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5",
"rev": "5672bc9dbf9d88246ddab5ac454e82318d094bb8",
"type": "github"
},
"original": {
@ -414,19 +414,19 @@
"river": {
"flake": false,
"locked": {
"lastModified": 1712665127,
"narHash": "sha256-uACc9Cb1tSw3I0fMlEMX74NfU+Tg3It74tb+nc51AZ4=",
"lastModified": 1713357595,
"narHash": "sha256-LGqP2HBrMKGGTnqFDjmZRKXN88SQMgfLm2plVAzan8c=",
"ref": "refs/heads/master",
"rev": "14e941bae16b1ca478c32198c131c4297157f888",
"revCount": 1238,
"rev": "6b86af4f85f66697a0ffc504c4fcc1db05bfbb80",
"revCount": 1246,
"submodules": true,
"type": "git",
"url": "https://github.com/riverwm/river"
"url": "https://codeberg.org/river/river"
},
"original": {
"submodules": true,
"type": "git",
"url": "https://github.com/riverwm/river"
"url": "https://codeberg.org/river/river"
}
},
"root": {

View file

@ -44,7 +44,7 @@
};
river = {
url = "https://github.com/riverwm/river";
url = "https://codeberg.org/river/river";
flake = false;
type = "git";
submodules = true;

View file

@ -11,7 +11,6 @@
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
substituters = [
"https://cache.rfive.de"
# temp disabled until logging error is resolved
"https://cache.ifsr.de"
];
trusted-public-keys = [

View file

@ -11,7 +11,9 @@
iperf
];
users.defaultUserShell = pkgs.zsh;
programs.fzf.enable = true;
programs.fzf = {
keybindings = true;
};
programs.zsh = {
enable = true;
shellAliases = {