restructure x11
This commit is contained in:
parent
a4a16cc97c
commit
8b6dd79516
19 changed files with 406 additions and 312 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue