Compare commits

..

No commits in common. "4b76ea1bf0ea6f9aabd7bdf347311c7b1d6ce847" and "07e09b51ea6934858084c189f712f5604e5be612" have entirely different histories.

13 changed files with 13 additions and 16 deletions

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.

View file

@ -84,11 +84,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770476834, "lastModified": 1768927746,
"narHash": "sha256-cyxgVsNfHnJ4Zn6G1EOzfTXbjTy7Ds9zMOsZaX7VZWs=", "narHash": "sha256-zyMpWHqcpKVmRc1W2NEK7DAuyVJZV62Jdjqudg70b1k=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6cee0821577643e0b34e2c5d9a90d0b1b5cdca70", "rev": "63a87808f5f9b6e4195a1d33f6ea25d23f4aa0df",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -99,11 +99,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1769302137, "lastModified": 1768736227,
"narHash": "sha256-QEDtctEkOsbx8nlFh4yqPEOtr4tif6KTqWwJ37IM2ds=", "narHash": "sha256-qgGq7CfrYKc3IBYQ7qp0Z/ZXndQVC5Bj0N8HW9mS2rM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "a351494b0e35fd7c0b7a1aae82f0afddf4907aa8", "rev": "d447553bcbc6a178618d37e61648b19e744370df",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -115,11 +115,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1770197578, "lastModified": 1768564909,
"narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=", "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2", "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -192,8 +192,8 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769531178, "lastModified": 1767812907,
"narHash": "sha256-DOtk2BdGMdaJ6wQeMwDz6OA+pQ3BWvcfCRRLvbu4c/M=", "narHash": "sha256-/UQlJO13c9agryVdPk1bxFa6/SXRdFsw106TFBjp9LU=",
"path": "/home/alice/projects/tepid-client-services/", "path": "/home/alice/projects/tepid-client-services/",
"type": "path" "type": "path"
}, },

View file

@ -241,6 +241,8 @@ ColorScheme=aqua
# needs to be recompiled in order to enable support. Consult our Wiki # needs to be recompiled in order to enable support. Consult our Wiki
# (https://github.com/leo-arch/clifm/wiki) for more information. # (https://github.com/leo-arch/clifm/wiki) for more information.
;Icons=false ;Icons=false
Icons=true
#=====================================# #=====================================#
# 2. COMMAND LINE # # 2. COMMAND LINE #

View file

@ -56,11 +56,6 @@
}; };
}; };
home.file.".local/share/fonts" = {
source = ../extra/fonts;
recursive = true;
};
home.packages = with pkgs; home.packages = with pkgs;
let let
overlay = (final: prev: { overlay = (final: prev: {