adjust nixos vm config
This commit is contained in:
parent
eb1fcb8205
commit
f19ba4201d
2 changed files with 6 additions and 30 deletions
|
@ -48,11 +48,9 @@
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
||||||
snowhawk.dwm.enable = true;
|
|
||||||
|
|
||||||
# Enable the XFCE Desktop Environment.
|
# Enable the XFCE Desktop Environment.
|
||||||
# services.xserver.displayManager.lightdm.enable = true;
|
services.xserver.displayManager.lightdm.enable = true;
|
||||||
# services.xserver.desktopManager.budgie.enable = true;
|
services.xserver.desktopManager.budgie.enable = true;
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
@ -108,22 +106,12 @@
|
||||||
tree
|
tree
|
||||||
libsecret
|
libsecret
|
||||||
|
|
||||||
|
firefox
|
||||||
|
imagemagick
|
||||||
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
||||||
gparted
|
changes
|
||||||
arandr
|
|
||||||
flameshot
|
|
||||||
|
|
||||||
# steam
|
|
||||||
spotify
|
|
||||||
discord
|
|
||||||
steam-run
|
|
||||||
|
|
||||||
xivlauncher
|
|
||||||
# (xivlauncher.override {
|
|
||||||
# useSteamRun = false;
|
|
||||||
# })
|
|
||||||
|
|
||||||
git-credential-oauth
|
git-credential-oauth
|
||||||
|
|
||||||
xclip
|
xclip
|
||||||
|
|
|
@ -15,14 +15,6 @@
|
||||||
|
|
||||||
xsession.numlock.enable = true;
|
xsession.numlock.enable = true;
|
||||||
|
|
||||||
services.dunst.enable = true;
|
|
||||||
services.unclutter.enable = true;
|
|
||||||
|
|
||||||
programs.chromium = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.google-chrome;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
|
@ -31,10 +23,6 @@
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||||
'')
|
'')
|
||||||
|
|
||||||
feh
|
|
||||||
imagemagick
|
|
||||||
brave
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = { };
|
home.file = { };
|
||||||
|
|
Loading…
Reference in a new issue