hyprland 2

This commit is contained in:
Your Name 2024-02-19 02:55:16 +03:00
parent d6749cf605
commit 2410a95038
3 changed files with 30 additions and 10 deletions

View file

@ -25,8 +25,8 @@
package = unstable.vscodium;
};
home.packages = with pkgs; [
git
home.packages = (with pkgs; [
git
firefox
rustdesk
#unstable.firefox
@ -59,7 +59,16 @@
})
];
}))
];
#discord
]) ++ (with pkgs.gnome; [
nautilus
zenity
gnome-tweaks
eog
gedit
]);
dconf.settings = {
"org/gnome/mutter" = {

11
programs/default.nix Normal file
View file

@ -0,0 +1,11 @@
{
imports = [
#./alacritty
#./dunst
./hypr
#./kitty
#./rofi
#./waybar
#./zsh
];
}

View file

@ -1,14 +1,14 @@
{ config, lib, pkgs, ... }:
{
#imports = [
# ./hyprland-environment.nix
#];
imports = [
./hyprland-environment.nix
];
#home.packages = with pkgs; [
# waybar
# swww
#];
home.packages = with pkgs; [
waybar
swww
];
#test later systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
wayland.windowManager.hyprland = {