Temp hyprland import needed to make sway work, todo fix...

This commit is contained in:
Evie Litherland-Smith 2023-06-20 07:27:07 +01:00
parent 195aa9e722
commit 6d10e51a45
4 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [./default.nix];
nixpkgs.overlays = [ nixpkgs.overlays = [
(self: super: { (self: super: {
waybar = super.waybar.overrideAttrs (oldAttrs: { waybar = super.waybar.overrideAttrs (oldAttrs: {

View file

@ -4,6 +4,7 @@
../../hardware/audio.nix ../../hardware/audio.nix
../../hardware/bluetooth.nix ../../hardware/bluetooth.nix
../../locales/en_GB.nix ../../locales/en_GB.nix
../../desktop/hyprland.nix
../../services/syncthing/N0245.nix ../../services/syncthing/N0245.nix
]; ];

View file

@ -4,6 +4,7 @@
../../hardware/audio.nix ../../hardware/audio.nix
../../hardware/bluetooth.nix ../../hardware/bluetooth.nix
../../locales/en_GB.nix ../../locales/en_GB.nix
../../desktop/hyprland.nix
../../services/sshd ../../services/sshd
]; ];
networking = { networking = {

View file

@ -2,7 +2,7 @@
imports = [ imports = [
../../home/personal.nix ../../home/personal.nix
../../home/gui ../../home/gui
../../home/desktop/sway.nix ../../home/desktop/swayfx.nix
]; ];
home.username = "xenia"; home.username = "xenia";
home.homeDirectory = "/home/xenia"; home.homeDirectory = "/home/xenia";