feat: switched deimos to hyprland

This commit is contained in:
Nick 2025-03-13 19:57:34 -05:00
parent 7859cd1068
commit 5b36df97f0
9 changed files with 22 additions and 17 deletions

View file

@ -98,7 +98,7 @@
deimos = inputs.self.lib.mkLinuxSystem [
./systems/deimos
./profiles/user0
./profiles/user1
# ./profiles/user1
config.nixosModules.deimos
config.nixosModules.core
config.nixosModules.mantle

View file

@ -144,11 +144,11 @@ in
systemMonitor
usbImager
virtManager
# hypr
# wayland
# theming
hypr
wayland
theming
polychromatic
# dolphin
dolphin
;
};
};
@ -170,6 +170,9 @@ in
bitwarden
emote
desktop
hypr
wayland
theming
;
};
};

View file

@ -0,0 +1,6 @@
let
monitorSettings = [
"eDP-1,highres@highrr,0x0,1"
];
in
monitorSettings

View file

@ -23,6 +23,7 @@ let
misc = import (configPath + /misc.nix);
windowrulev2 = import (configPath + /windowrulev2.nix);
xwayland = import (configPath + /xwayland.nix);
monitor = import (configPath + /monitor.nix);
bind =
let
bindConfig =

View file

@ -1,13 +1,6 @@
{ flake, config, ... }:
{ config, ... }:
let
inherit (flake.config.people)
user0
user1
user2
;
user = config.home.username;
userConfig = flake.config.people.users.${user};
in
{
mainBar = {

View file

@ -6,7 +6,7 @@
}:
let
configPath = ./config;
settingsPath = import (configPath + /settings.nix) { inherit config flake; };
settingsPath = import (configPath + /settings.nix) { inherit config; };
stylePath = import (configPath + /style.nix) { inherit config flake; };
in
{

View file

@ -3,7 +3,7 @@
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "backup";
backupFileExtension = "backup3";
extraSpecialArgs = {
inherit
flake

View file

@ -32,8 +32,10 @@ in
deimos = {
imports = builtins.attrValues {
inherit (modules)
plasma
sddm
hypr
wayland
# plasma
# sddm
flatpak
xserver
;

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB