mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-23 12:48:35 +01:00
Adding Support For User Profile In GDM
This commit is contained in:
parent
8b79c0b5a7
commit
d5c23ea75d
BIN
config/face.jpg
Normal file
BIN
config/face.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
21
home.nix
21
home.nix
@ -5,9 +5,12 @@
|
||||
home.homeDirectory = "/home/zaney";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
home.file.".config/zaney-stinger.mov" = {
|
||||
source = ./media/zaney-stinger.mov;
|
||||
};
|
||||
home.file.".config/zaney-stinger.mov".source = ./media/zaney-stinger.mov;
|
||||
home.file.".config/pipewire/pipewire.conf".source = ./config/pipewire/pipewire.conf;
|
||||
home.file.".config/neofetch/config.conf".source = ./config/neofetch/config.conf;
|
||||
home.file.".vimrc".source = ./config/vimrc;
|
||||
home.file.".emoji".source = ./config/emoji;
|
||||
home.file.".face".source = ./config/face.jpg;
|
||||
home.file."Pictures/Wallpapers" = {
|
||||
source = ./media/Wallpapers;
|
||||
recursive = true;
|
||||
@ -16,12 +19,6 @@
|
||||
source = ./fonts;
|
||||
recursive = true;
|
||||
};
|
||||
home.file.".vimrc" = {
|
||||
source = ./config/vimrc;
|
||||
};
|
||||
home.file.".emoji" = {
|
||||
source = ./config/emoji;
|
||||
};
|
||||
home.file.".config/rofi" = {
|
||||
source = ./config/rofi;
|
||||
recursive = true;
|
||||
@ -30,12 +27,6 @@
|
||||
source = ./config/swaync;
|
||||
recursive = true;
|
||||
};
|
||||
home.file.".config/pipewire/pipewire.conf" = {
|
||||
source = ./config/pipewire/pipewire.conf;
|
||||
};
|
||||
home.file.".config/neofetch/config.conf" = {
|
||||
source = ./config/neofetch/config.conf;
|
||||
};
|
||||
home.file.".config/hypr" = {
|
||||
source = ./config/hyprland;
|
||||
recursive = true;
|
||||
|
@ -41,6 +41,7 @@
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.zaney = {
|
||||
homeMode = "755";
|
||||
isNormalUser = true;
|
||||
description = "Tyler Kelley";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
|
Loading…
Reference in New Issue
Block a user