aoife add dconf
This commit is contained in:
parent
eb4a55ac76
commit
669b18acd2
2 changed files with 65 additions and 12 deletions
|
@ -11,18 +11,9 @@ in {
|
|||
home.homeDirectory = "/home/victor";
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
# # make sure applications show up in Gnome
|
||||
# home.activation = {
|
||||
# linkDesktopApplications = {
|
||||
# after = [ "writeBoundary" "createXdgUserDirectories" ];
|
||||
# before = [ ];
|
||||
# data = ''
|
||||
# rm -rf ${config.xdg.dataHome}/"applications/home-manager"
|
||||
# mkdir -p ${config.xdg.dataHome}/"applications/home-manager"
|
||||
# cp -Lr /etc/profiles/per-user/${config.home.username}/share/applications/* ${config.xdg.dataHome}/"applications/home-manager/"
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
imports = [
|
||||
./dconf.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue