Switch to unstable + xidlehook
This commit is contained in:
parent
b3688ae574
commit
82530df76e
12 changed files with 53 additions and 59 deletions
20
home.nix
20
home.nix
|
|
@ -1,9 +1,6 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
nixpkgs = import <nixpkgs> {};
|
||||
nixos-unstable = import <nixos-unstable> {};
|
||||
nixos = import <nixos> {};
|
||||
nix-rice = fetchTarball {
|
||||
url = "https://github.com/bertof/nix-rice/archive/refs/tags/v0.1.2.tar.gz";
|
||||
sha256 = "15f97nwwvk828vnx6kk325zzjn4q37hrpp9aiqiz2qhfs06mr147";
|
||||
|
|
@ -100,8 +97,8 @@ in
|
|||
keepassxc
|
||||
krita
|
||||
libreoffice-fresh
|
||||
lutris
|
||||
megasync
|
||||
lutris-free
|
||||
megacmd
|
||||
mpv
|
||||
neofetch
|
||||
nerdfonts
|
||||
|
|
@ -117,6 +114,7 @@ in
|
|||
skypeforlinux
|
||||
slack
|
||||
spotify
|
||||
tdesktop
|
||||
teams
|
||||
transmission-gtk
|
||||
virt-manager
|
||||
|
|
@ -149,16 +147,9 @@ in
|
|||
];
|
||||
}
|
||||
)
|
||||
] ++ (
|
||||
with nixos; [
|
||||
tdesktop
|
||||
|
||||
]
|
||||
);
|
||||
];
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
imports = [
|
||||
./modules/configurations.nix
|
||||
|
||||
|
|
@ -187,6 +178,7 @@ in
|
|||
./modules/libinput-gestures.nix
|
||||
./modules/lorri.nix
|
||||
./modules/man.nix
|
||||
./modules/mangohud.nix
|
||||
# ./modules/nix-index.nix
|
||||
./modules/noti.nix
|
||||
./modules/obs-studio.nix
|
||||
|
|
@ -203,7 +195,7 @@ in
|
|||
./modules/terminator.nix
|
||||
./modules/tmux.nix
|
||||
./modules/update_background.nix
|
||||
# ./modules/xidelhook.nix
|
||||
./modules/xidlehook.nix
|
||||
# ./modules/zathura.nix
|
||||
./modules/zoxide.nix
|
||||
./modules/zsh.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue