This commit is contained in:
Till 2023-06-11 14:55:00 +02:00
parent 233498a3ff
commit 3cac518ebf
5 changed files with 21 additions and 10 deletions

View file

@ -22,8 +22,8 @@
networking.hostName = "nova";
}
./system
# ./system/gnome.nix
./system/xfce.nix
./system/gnome.nix
# ./system/xfce.nix
./system/hardware-nova.nix
];
};

View file

@ -37,6 +37,7 @@
};
in [
bookdown
catmaply
DAAG
devtools
dplyr
@ -49,6 +50,8 @@
magrittr
mapproj
openxlsx
plotly
progress
purrr
qrcode
readODS

View file

@ -37,6 +37,7 @@
tmux
tree
unzip
wl-clipboard
# messenger
mattermost-desktop
@ -58,6 +59,8 @@
vdirsyncer
khal
khard
taskwarrior
taskopen
gnome.gnome-sound-recorder
zoom-us
@ -75,6 +78,7 @@
qutebrowser
nyxt
chromium
mullvad-vpn
# media
vlc

View file

@ -7,6 +7,8 @@ let
arydshln
bbding
csquotes
enotez
enumitem
environ
gensymb
lastpage
@ -18,6 +20,7 @@ let
tcolorbox
threeparttable
threeparttablex
translations
was
wrapfig
xpatch

View file

@ -36,14 +36,14 @@
enable = true;
};
sound.enable = false;
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
# sound.enable = true;
# hardware.pulseaudio.enable = false;
# services.pipewire = {
# enable = true;
# alsa.enable = true;
# alsa.support32Bit = true;
# pulse.enable = true;
# };
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;
@ -75,6 +75,7 @@
dbus.enable = true;
openssh.enable = true;
printing.enable = true;
mullvad-vpn.enable = true;
};
system.stateVersion = "22.11";