Compare commits
No commits in common. "4b76ea1bf0ea6f9aabd7bdf347311c7b1d6ce847" and "07e09b51ea6934858084c189f712f5604e5be612" have entirely different histories.
4b76ea1bf0
...
07e09b51ea
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22
flake.lock
22
flake.lock
|
|
@ -84,11 +84,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1770476834,
|
||||
"narHash": "sha256-cyxgVsNfHnJ4Zn6G1EOzfTXbjTy7Ds9zMOsZaX7VZWs=",
|
||||
"lastModified": 1768927746,
|
||||
"narHash": "sha256-zyMpWHqcpKVmRc1W2NEK7DAuyVJZV62Jdjqudg70b1k=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "6cee0821577643e0b34e2c5d9a90d0b1b5cdca70",
|
||||
"rev": "63a87808f5f9b6e4195a1d33f6ea25d23f4aa0df",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -99,11 +99,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1769302137,
|
||||
"narHash": "sha256-QEDtctEkOsbx8nlFh4yqPEOtr4tif6KTqWwJ37IM2ds=",
|
||||
"lastModified": 1768736227,
|
||||
"narHash": "sha256-qgGq7CfrYKc3IBYQ7qp0Z/ZXndQVC5Bj0N8HW9mS2rM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "a351494b0e35fd7c0b7a1aae82f0afddf4907aa8",
|
||||
"rev": "d447553bcbc6a178618d37e61648b19e744370df",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -115,11 +115,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1770197578,
|
||||
"narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=",
|
||||
"lastModified": 1768564909,
|
||||
"narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2",
|
||||
"rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -192,8 +192,8 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1769531178,
|
||||
"narHash": "sha256-DOtk2BdGMdaJ6wQeMwDz6OA+pQ3BWvcfCRRLvbu4c/M=",
|
||||
"lastModified": 1767812907,
|
||||
"narHash": "sha256-/UQlJO13c9agryVdPk1bxFa6/SXRdFsw106TFBjp9LU=",
|
||||
"path": "/home/alice/projects/tepid-client-services/",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -241,6 +241,8 @@ ColorScheme=aqua
|
|||
# needs to be recompiled in order to enable support. Consult our Wiki
|
||||
# (https://github.com/leo-arch/clifm/wiki) for more information.
|
||||
;Icons=false
|
||||
Icons=true
|
||||
|
||||
|
||||
#=====================================#
|
||||
# 2. COMMAND LINE #
|
||||
|
|
|
|||
|
|
@ -56,11 +56,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".local/share/fonts" = {
|
||||
source = ../extra/fonts;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs;
|
||||
let
|
||||
overlay = (final: prev: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue