deemix-gui, ded
This commit is contained in:
parent
b9f0ed3be1
commit
833d362a26
5 changed files with 16 additions and 50 deletions
|
@ -4,6 +4,6 @@ my laptop and desktop
|
|||
|
||||
## Files
|
||||
* `./default.nix`: Contains common systemwide configuration
|
||||
* See also <../modules>
|
||||
* See also my NixOS [modules](../modules), specifically gnome
|
||||
* `./home.nix`: Contains common user-level configuration
|
||||
* See also <../hm-modules>
|
||||
* See also my Home-Manager [modules](../hm-modules)
|
||||
|
|
|
@ -29,6 +29,7 @@ in {
|
|||
yt-dlp
|
||||
];
|
||||
|
||||
# Enable my own hm modules
|
||||
themes.v.catppuccin.enable = true;
|
||||
programs.v.nvim.enable = true;
|
||||
programs.v.vscode.enable = true;
|
||||
|
@ -37,6 +38,7 @@ in {
|
|||
enable = true;
|
||||
direnv = true;
|
||||
};
|
||||
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue