From 5349051441deaf903ae5b933916ef3ec215782af Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 16 Aug 2024 11:58:04 +0200 Subject: 29 current 2024-08-16 11:51:24 24.05.20240626.89c4987 6.6.35 * --- home.nix | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 8dc1a36..1ab3a6b 100644 --- a/home.nix +++ b/home.nix @@ -17,12 +17,12 @@ let ]; in { - dconf.enable = false; + #dconf.enable = false; - programs.obs-studio = { - enable = true; - plugins = with pkgs; [ obs-wlrobs obs-v4l2sink ]; - }; + #programs.obs-studio = { + #enable = true; + #plugins = with pkgs; [ obs-wlrobs obs-v4l2sink ]; + #}; # Home Manager needs a bit of information about you and the # paths it should manage. @@ -32,39 +32,39 @@ in imports = [ # Platform specific config # ./programs/zsh - ./programs/newsboat + #./programs/newsboat ./programs/git.nix - ./programs/mpv.nix - ./programs/sent + #./programs/mpv.nix + #./programs/sent # ./programs/qutebrowser.nix ] ++ platformSetup; home.packages = with pkgs; [ # wywozik # Basic - slop - xlibs.xdpyinfo - amfora - translate-shell - nix-index - fzf + #slop + #xlibs.xdpyinfo + #amfora + #translate-shell + #nix-index + #fzf # Handy tools - skanlite - imagemagick + #skanlite + #imagemagick # Misc - weechat - todoist - browserpass - #minecraft - spotify-tui - spotifyd - # gimp - pandoc - texlive.combined.scheme-medium - zathura + #weechat + #todoist + #browserpass + ##minecraft + #spotify-tui + #spotifyd + ## gimp + #pandoc + #texlive.combined.scheme-medium + #zathura ]; # This value determines the Home Manager release that your @@ -75,5 +75,5 @@ in # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - home.stateVersion = "20.09"; + home.stateVersion = "24.05"; } -- cgit 1.4.1