Compare commits

..

No commits in common. "5b36df97f0f224af6a3bbfbf38da48a2159b7372" and "05b1286220bb86ab016c5a7a65e0cf142e712b27" have entirely different histories.

12 changed files with 35 additions and 39 deletions

View file

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

View file

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

View file

@ -23,7 +23,6 @@ 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,6 +1,13 @@
{ config, ... }:
{ flake, 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; };
settingsPath = import (configPath + /settings.nix) { inherit config flake; };
stylePath = import (configPath + /style.nix) { inherit config flake; };
in
{

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 KiB

0
profiles/user1/files/wallpaper/9402963.jpg Executable file → Normal 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 Executable file → Normal 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