Merge branch 'main' of https://git.thomasfmly.org/michael/nix-dots
This commit is contained in:
commit
8532218af6
@ -5,8 +5,8 @@
|
||||
source = pkgs.fetchFromGitHub {
|
||||
owner = "rafaelmardojai";
|
||||
repo = "firefox-gnome-theme";
|
||||
rev = "v110";
|
||||
hash = "sha256-2KKntUo0uYCXZrnaB5Q7bf97+tUL3UiuyDtTlyjbXFo=";
|
||||
rev = "v121";
|
||||
hash = "sha256-M+Cw6vh7xCDmIhyVuEPNmaNVUwpmdFQq8zlsXZTKees=";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -1,11 +1,15 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
# Extensions
|
||||
gnomeExtensions.caffeine
|
||||
unstable.gnomeExtensions.paperwm
|
||||
# gnomeExtensions.cleaner-overview
|
||||
unstable.gnomeExtensions.vertical-overview
|
||||
gnomeExtensions.disable-workspace-switch-animation-for-gnome-40
|
||||
gnomeExtensions.blur-my-shell
|
||||
|
||||
# Applications
|
||||
blackbox-terminal
|
||||
];
|
||||
|
||||
gtk = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user