Skip to content

Commit

Permalink
many minor tweaks again
Browse files Browse the repository at this point in the history
  • Loading branch information
Octelly committed Dec 10, 2024
1 parent 280c3ff commit b7dd262
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 485 deletions.
51 changes: 43 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
};
nur.url = "github:nix-community/NUR";
vscode-ext.url = "github:nix-community/nix-vscode-extensions";
flatpaks.url = "github:GermanBread/declarative-flatpak/stable";
flatpaks.url = "github:GermanBread/declarative-flatpak/stable-v3";
anyrun = {
url = "github:Kirottu/anyrun";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
6 changes: 5 additions & 1 deletion modules/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,15 @@ with lib; let
'';
in
{
home = {
home = rec {
username = n;
homeDirectory = "/home/${n}";
stateVersion = "22.11";
file.".face".source = "${dir}/avatar.png";
file.".directory".text = ''
[Desktop Entry]
Icon=${homeDirectory}/.face
'';
};
programs.home-manager.enable = true;
xdg.configFile."fontconfig/conf.d/52-hm-default-fonts.conf".text = mkFontconfigConf ''
Expand Down
Loading

0 comments on commit b7dd262

Please sign in to comment.