First working version of NixOS intall
This commit is contained in:
commit
5ab67429b2
47 changed files with 1801 additions and 0 deletions
16
modules/home/desktop/default.nix
Normal file
16
modules/home/desktop/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
emojione
|
||||
(pkgs.nerdfonts.override { fonts = ["FiraCode"];})
|
||||
|
||||
libnotify
|
||||
wl-clipboard
|
||||
];
|
||||
imports = [
|
||||
./sway
|
||||
./qt.nix
|
||||
./gtk.nix
|
||||
./xdg.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue