Add ssh and git configuration
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
profile = import ../profile.nix;
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
./browser.nix
|
||||
#./planner.nix
|
||||
./window-manager.nix
|
||||
../applications/matrix.nix
|
||||
];
|
||||
imports = [
|
||||
./browser.nix
|
||||
#./planner.nix
|
||||
./window-manager.nix
|
||||
../applications/matrix.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
pamixer
|
||||
nemo-with-extensions
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
pamixer
|
||||
nemo-with-extensions
|
||||
];
|
||||
|
||||
#services.dbus.enable = true;
|
||||
#programs.dconf.enable = true;
|
||||
#services.dbus.enable = true;
|
||||
#programs.dconf.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
config.common.default = "*";
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user