Bunch of stuff.

This commit is contained in:
Jessica Canady 2023-08-05 22:45:46 -04:00
parent d5cb766a68
commit 44182dd436
2 changed files with 18 additions and 4 deletions

View file

@ -57,14 +57,20 @@
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
services.xserver.desktopManager.xfce.enable = true;
# Configure keymap in X11
services.xserver = {
layout = "us";
xkbVariant = "";
};
security.polkit.enable = true;
# Enable CUPS to print documents.
services.printing.enable = true;
# services.xserver.libinput.enable = true;
# Enable sound with pipewire.
sound.enable = true;
@ -78,7 +84,4 @@
# If you want to use JACK applications, uncomment this
jack.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
}

View file

@ -6,6 +6,10 @@
home.stateVersion = "23.05";
home.packages = with pkgs; [
# nixos is weird
appimage-run
# burning stuff
balenaEtcher
# why not?
sddm
# dev tools
@ -15,6 +19,7 @@
# DEs (gnome is elsewhere)
hyprland
eww
labwc
# default utils improvements
lsd # ls
bat # cat
@ -34,11 +39,18 @@
# editors / environments
neovim
emacs
helix
# browsers
firefox
chromium
# email, female
thunderbird
# docs
libreoffice
# programminz
elixir
ruby
qflipper
];
programs.kitty.theme = "Rosé Pine";
@ -83,7 +95,6 @@
services.emacs.enable = true;
# stylin'
/*
stylix.image = pkgs.fetchurl {