Compare commits

...

4 commits

Author SHA1 Message Date
Nick
5b36df97f0 feat: switched deimos to hyprland 2025-03-13 19:57:34 -05:00
Nick
7859cd1068 feat: added user1 back to deimos 2025-03-13 18:36:26 -05:00
Nick
c7d0b14663 feat: charon switched to gnome 2025-03-13 18:09:29 -05:00
Nick
f682a9b56c feat: charon test 2025-03-13 18:02:46 -05:00
12 changed files with 39 additions and 35 deletions

View file

@ -152,27 +152,30 @@ in
; ;
}; };
}; };
# "${deimos.name}-${user1}" = { "${deimos.name}-${user1}" = {
# imports = builtins.attrValues { imports = builtins.attrValues {
# inherit (modules) inherit (modules)
# cli cli
# brave brave
# ghostty ghostty
# zed zed
# gaming gaming
# spotify spotify
# docs docs
# mpv mpv
# kolourPaint kolourPaint
# discord discord
# signal signal
# scrcpy scrcpy
# bitwarden bitwarden
# emote emote
# desktop desktop
# ; hypr
# }; wayland
# }; theming
;
};
};
"${charon.name}-${user1}" = { "${charon.name}-${user1}" = {
imports = builtins.attrValues { imports = builtins.attrValues {
inherit (modules) inherit (modules)
@ -186,13 +189,13 @@ in
mpv mpv
jellyfin jellyfin
kolourPaint kolourPaint
systemMonitor
discord discord
signal signal
scrcpy scrcpy
bitwarden bitwarden
emote emote
hypr gnome
wayland
theming 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); 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 =

View file

@ -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 = {

View file

@ -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
{ {

View file

@ -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

View file

@ -34,6 +34,8 @@ in
inherit (modules) inherit (modules)
hypr hypr
wayland wayland
# plasma
# sddm
flatpak flatpak
xserver xserver
; ;
@ -43,8 +45,7 @@ in
charon = { charon = {
imports = builtins.attrValues { imports = builtins.attrValues {
inherit (modules) inherit (modules)
hypr gnome
wayland
flatpak flatpak
xserver xserver
; ;

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

0
profiles/user1/files/wallpaper/9402963.jpg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 172 KiB

Before After
Before After

0
profiles/user1/files/wallpaper/f.jpg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 314 KiB

Before After
Before After