Temp hyprland import needed to make sway work, todo fix...
This commit is contained in:
parent
195aa9e722
commit
6d10e51a45
|
@ -1,5 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./default.nix];
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
waybar = super.waybar.overrideAttrs (oldAttrs: {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
../../hardware/audio.nix
|
||||
../../hardware/bluetooth.nix
|
||||
../../locales/en_GB.nix
|
||||
../../desktop/hyprland.nix
|
||||
../../services/syncthing/N0245.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
../../hardware/audio.nix
|
||||
../../hardware/bluetooth.nix
|
||||
../../locales/en_GB.nix
|
||||
../../desktop/hyprland.nix
|
||||
../../services/sshd
|
||||
];
|
||||
networking = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
imports = [
|
||||
../../home/personal.nix
|
||||
../../home/gui
|
||||
../../home/desktop/sway.nix
|
||||
../../home/desktop/swayfx.nix
|
||||
];
|
||||
home.username = "xenia";
|
||||
home.homeDirectory = "/home/xenia";
|
||||
|
|
Loading…
Reference in a new issue