mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
restored gnome extensions to aly home-manager config
This commit is contained in:
parent
8319ab8a9b
commit
be022ee13a
|
@ -19,6 +19,14 @@
|
|||
gh
|
||||
git
|
||||
github-desktop
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.blur-my-shell
|
||||
gnomeExtensions.gsconnect
|
||||
gnomeExtensions.light-shell
|
||||
gnomeExtensions.night-theme-switcher
|
||||
gnomeExtensions.noannoyance-fork
|
||||
gnomeExtensions.tailscale-status
|
||||
gnomeExtensions.tiling-assistant
|
||||
syncthing
|
||||
vscode
|
||||
warp-terminal
|
||||
|
|
15
home/nixos/default.nix
Normal file
15
home/nixos/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
];
|
||||
|
||||
home.username = "nixos";
|
||||
home.homeDirectory = "/home/nixos";
|
||||
|
||||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
gparted
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue