mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: switched deimos to hyprland
This commit is contained in:
parent
7859cd1068
commit
5b36df97f0
9 changed files with 22 additions and 17 deletions
|
@ -98,7 +98,7 @@
|
||||||
deimos = inputs.self.lib.mkLinuxSystem [
|
deimos = inputs.self.lib.mkLinuxSystem [
|
||||||
./systems/deimos
|
./systems/deimos
|
||||||
./profiles/user0
|
./profiles/user0
|
||||||
./profiles/user1
|
# ./profiles/user1
|
||||||
config.nixosModules.deimos
|
config.nixosModules.deimos
|
||||||
config.nixosModules.core
|
config.nixosModules.core
|
||||||
config.nixosModules.mantle
|
config.nixosModules.mantle
|
||||||
|
|
|
@ -144,11 +144,11 @@ in
|
||||||
systemMonitor
|
systemMonitor
|
||||||
usbImager
|
usbImager
|
||||||
virtManager
|
virtManager
|
||||||
# hypr
|
hypr
|
||||||
# wayland
|
wayland
|
||||||
# theming
|
theming
|
||||||
polychromatic
|
polychromatic
|
||||||
# dolphin
|
dolphin
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -170,6 +170,9 @@ in
|
||||||
bitwarden
|
bitwarden
|
||||||
emote
|
emote
|
||||||
desktop
|
desktop
|
||||||
|
hypr
|
||||||
|
wayland
|
||||||
|
theming
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
6
modules/home/gui/desktop/hypr/land/config/monitor.nix
Executable file
6
modules/home/gui/desktop/hypr/land/config/monitor.nix
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
let
|
||||||
|
monitorSettings = [
|
||||||
|
"eDP-1,highres@highrr,0x0,1"
|
||||||
|
];
|
||||||
|
in
|
||||||
|
monitorSettings
|
|
@ -23,6 +23,7 @@ let
|
||||||
misc = import (configPath + /misc.nix);
|
misc = import (configPath + /misc.nix);
|
||||||
windowrulev2 = import (configPath + /windowrulev2.nix);
|
windowrulev2 = import (configPath + /windowrulev2.nix);
|
||||||
xwayland = import (configPath + /xwayland.nix);
|
xwayland = import (configPath + /xwayland.nix);
|
||||||
|
monitor = import (configPath + /monitor.nix);
|
||||||
bind =
|
bind =
|
||||||
let
|
let
|
||||||
bindConfig =
|
bindConfig =
|
||||||
|
|
|
@ -1,13 +1,6 @@
|
||||||
{ flake, config, ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
inherit (flake.config.people)
|
|
||||||
user0
|
|
||||||
user1
|
|
||||||
user2
|
|
||||||
;
|
|
||||||
|
|
||||||
user = config.home.username;
|
user = config.home.username;
|
||||||
userConfig = flake.config.people.users.${user};
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
mainBar = {
|
mainBar = {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
configPath = ./config;
|
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; };
|
stylePath = import (configPath + /style.nix) { inherit config flake; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
backupFileExtension = "backup";
|
backupFileExtension = "backup3";
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit
|
inherit
|
||||||
flake
|
flake
|
||||||
|
|
|
@ -32,8 +32,10 @@ in
|
||||||
deimos = {
|
deimos = {
|
||||||
imports = builtins.attrValues {
|
imports = builtins.attrValues {
|
||||||
inherit (modules)
|
inherit (modules)
|
||||||
plasma
|
hypr
|
||||||
sddm
|
wayland
|
||||||
|
# plasma
|
||||||
|
# sddm
|
||||||
flatpak
|
flatpak
|
||||||
xserver
|
xserver
|
||||||
;
|
;
|
||||||
|
|
BIN
profiles/user1/files/wallpaper/0v1YQLSg6MTHNJwDdky4Igcc6nTTbMctPS8DhT_iGww.webp
Executable file
BIN
profiles/user1/files/wallpaper/0v1YQLSg6MTHNJwDdky4Igcc6nTTbMctPS8DhT_iGww.webp
Executable file
Binary file not shown.
After Width: | Height: | Size: 416 KiB |
Loading…
Add table
Add a link
Reference in a new issue