Compare commits

..

No commits in common. "49b9745636e54309f1c16360b8fc3d65b357420c" and "0a2af8503bbced50024c8111b29e7c20bef8d41f" have entirely different histories.

3 changed files with 2 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -65,7 +65,7 @@
home-manager.useUserPackages = true;
home-manager.users.cswimr = {
imports = [
./home-manager/cswimr.nix
./home-manager/home.nix
catppuccin.homeManagerModules.catppuccin
{
catppuccin.enable = true;

View file

@ -1,11 +1,7 @@
{ pkgs, config, ... }: {
{ pkgs, ... }: {
home.username = "cswimr";
home.homeDirectory = "/home/cswimr";
home.file = {
".face.icon".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/assets/img/clownfish.png";
};
# link the configuration file in current directory to the specified location in home directory
# home.file.".config/i3/wallpaper.jpg".source = ./wallpaper.jpg;