fully migrates dnsc-machine
This commit is contained in:
parent
8363764798
commit
7d7f81d9ce
14 changed files with 390 additions and 1 deletions
|
|
@ -10,6 +10,19 @@
|
|||
environment.cosmic.excludePackages = with pkgs; [
|
||||
cosmic-term
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bibata-cursors
|
||||
nerd-fonts.victor-mono
|
||||
gimp
|
||||
darktable
|
||||
];
|
||||
|
||||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
antialiasing = true;
|
||||
defaultFonts.monospace = [ "VictorMono Nerd Font" ];
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Persist ~/.config/cosmic after setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue