mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
added alacritty
This commit is contained in:
parent
d585030b4d
commit
5b65fc5c56
3 changed files with 72 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./vifm
|
||||
./alacritty
|
||||
];
|
||||
home.username = "rouven";
|
||||
home.homeDirectory = "/home/rouven";
|
||||
|
@ -32,7 +33,6 @@
|
|||
|
||||
# sound
|
||||
pavucontrol
|
||||
yadm
|
||||
|
||||
# bluetooth
|
||||
blueman
|
||||
|
@ -276,8 +276,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue