restructure x11

This commit is contained in:
Natsu Kagami 2022-04-20 13:05:02 -04:00
parent a4a16cc97c
commit 8b6dd79516
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
19 changed files with 406 additions and 312 deletions

View file

@ -4,17 +4,10 @@
imports = [
# Common configuration
./common.nix
# Set up X11-specific common configuration
# ./X11/default.nix
# ./X11/hidpi.nix # Enable hiDPI
# We use our own firefox
# ./firefox.nix
# osu!
# ./osu.nix
# Sway
./modules/programs/my-sway
# Alacritty
./X11/alacritty.nix
];
# Home Manager needs a bit of information about you and the
@ -35,10 +28,12 @@
sbt
]);
# Graphical set up
linux.graphical.type = "wayland";
linux.graphical.wallpaper = ./images/wallpaper_0.png;
# Enable sway
programs.my-sway.enable = true;
programs.my-sway.fontSize = 14.0;
programs.my-sway.wallpaper = ./images/wallpaper_0.png;
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage