This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-16 13:03:42 -06:00
parent ce5b732dfa
commit 07ecdf70e3
4 changed files with 9 additions and 9 deletions

View file

@ -9,21 +9,21 @@
inputs.nixpkgs.follows = "lio_nixpkgs";
};
joe_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
joe_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
joe_home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "joe_nixpkgs";
};
h002_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
h002_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
h002_home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "h002_nixpkgs";
};
gpdPocket3_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
gpdPocket3_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
gpdPocket3_home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "gpdPocket3_nixpkgs";
};

View file

@ -28,7 +28,7 @@ in
};
services.gnome.core-utilities.enable = false;
environment.systemPackages = with pkgs; [
gnome.dconf-editor
dconf-editor
# wayland clipboard in terminal
wl-clipboard
];

View file

@ -28,7 +28,7 @@ in
};
services.gnome.core-utilities.enable = false;
environment.systemPackages = with pkgs; [
gnome.dconf-editor
dconf-editor
xclip
];
};

View file

@ -12,7 +12,7 @@ with lib.hm.gvariant;
# > `dconf dump / > /tmp/dconf_dump_start && watch -n0.5 "dconf dump / > /tmp/dconf_dump_current && diff --color /tmp/dconf_dump_start /tmp/dconf_dump_current -U12"`
# OR (Must be logged into user directly, no SU to user will work): `dconf watch /`
# OR get the exact converted nixConfig from `dconf dump / | dconf2nix | less` and search with forward slash
# gnome.dconf-editor
# dconf-editor
# gnomeExtensions.workspace-switch-wraparound
#gnomeExtensions.forge # probably don"t need on this on tiny laptop but may explore this instead of sway for my desktop
];