Compare commits
No commits in common. "49b9745636e54309f1c16360b8fc3d65b357420c" and "0a2af8503bbced50024c8111b29e7c20bef8d41f" have entirely different histories.
49b9745636
...
0a2af8503b
3 changed files with 2 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
|
@ -65,7 +65,7 @@
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.cswimr = {
|
home-manager.users.cswimr = {
|
||||||
imports = [
|
imports = [
|
||||||
./home-manager/cswimr.nix
|
./home-manager/home.nix
|
||||||
catppuccin.homeManagerModules.catppuccin
|
catppuccin.homeManagerModules.catppuccin
|
||||||
{
|
{
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
{ pkgs, config, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.username = "cswimr";
|
home.username = "cswimr";
|
||||||
home.homeDirectory = "/home/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
|
# link the configuration file in current directory to the specified location in home directory
|
||||||
# home.file.".config/i3/wallpaper.jpg".source = ./wallpaper.jpg;
|
# home.file.".config/i3/wallpaper.jpg".source = ./wallpaper.jpg;
|
||||||
|
|
Loading…
Reference in a new issue