renamed configuration.nix to common.nix

moved sudo configuration to shells.nix
switched to kmscon
reorganized all packages removed a few
switched from scripts to shell aliases
set keep-outputs and keep-derivations to false
removed picom from laptop
This commit is contained in:
ISnortPennies 2023-02-04 14:49:48 -05:00
parent 4b3e928482
commit b3cb8940d4
11 changed files with 119 additions and 115 deletions

View file

@ -1,4 +1,9 @@
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
maim #screenshooter
brightnessctl #brightness control for laptop
playerctl #music control
];
services.sxhkd = {
enable = true;
keybindings = {