cleaned up nix
This commit is contained in:
@@ -9,15 +9,11 @@
|
|||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
astal = {
|
astal.url = "github:aylur/astal";
|
||||||
url = "github:aylur/astal";
|
astal.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
ags = {
|
ags.url = "github:aylur/ags";
|
||||||
url = "github:aylur/ags";
|
ags.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
hyprpanel.url = "github:Jas-SinghFSU/Hyprpanel";
|
hyprpanel.url = "github:Jas-SinghFSU/Hyprpanel";
|
||||||
hyprpanel.inputs.nixpkgs.follows = "nixpkgs";
|
hyprpanel.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
@@ -12,17 +12,10 @@
|
|||||||
homeDirectory = "/home/biscuit";
|
homeDirectory = "/home/biscuit";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [];
|
||||||
];
|
home.sessionVariables = {};
|
||||||
home.sessionVariables = {
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
programs.bash.shellAliases = {
|
|
||||||
enable = true;
|
|
||||||
ll = "ls -l";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.neovim.enable = true;
|
programs.neovim.enable = true;
|
||||||
|
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|||||||
Reference in New Issue
Block a user