Temp hyprland import needed to make sway work, todo fix...
This commit is contained in:
parent
195aa9e722
commit
6d10e51a45
|
@ -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: {
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue