mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
changes
This commit is contained in:
parent
99fe8196c0
commit
e1ae3a9363
4 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ userConfigs = rec {
|
||||||
shell = pkgs.bash;
|
shell = pkgs.bash;
|
||||||
|
|
||||||
# From wallpapers directory
|
# From wallpapers directory
|
||||||
wallpaper = "mountains.jpg";
|
wallpaper = "targon.jpg";
|
||||||
|
|
||||||
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
|
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
|
||||||
|
|
||||||
|
|
|
||||||
BIN
src/user/configs/wallpapers/targon.jpg
Normal file
BIN
src/user/configs/wallpapers/targon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
|
|
@ -29,7 +29,7 @@ in
|
||||||
|
|
||||||
pinentryPackage =
|
pinentryPackage =
|
||||||
if wm.enable then
|
if wm.enable then
|
||||||
pkgs.pinentry-gtk2
|
pkgs.pinentry-gnome3
|
||||||
else
|
else
|
||||||
pkgs.pinentry-curses;
|
pkgs.pinentry-curses;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ in
|
||||||
imports = [ ./modules ];
|
imports = [ ./modules ];
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wget curl neofetch
|
wget curl fastfetch
|
||||||
unzip fping calc fd pciutils
|
unzip fping calc fd pciutils
|
||||||
rsync zip lshw wireshark
|
rsync zip lshw wireshark
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue