giirl whatever
This commit is contained in:
parent
1b6c6967d9
commit
cc9dbac99e
2 changed files with 9 additions and 62 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
# Edit this configuration file to define what should be installed on
|
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
@ -8,7 +6,6 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
|
||||||
# ./disko.nix
|
# ./disko.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./vfio.nix
|
./vfio.nix
|
||||||
|
|
@ -37,21 +34,9 @@
|
||||||
"--dpi-desync-ttl=8"
|
"--dpi-desync-ttl=8"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
|
||||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
|
||||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
|
||||||
|
|
||||||
# Enable networking
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
# Set your time zone.
|
|
||||||
time.timeZone = "Europe/Istanbul";
|
time.timeZone = "Europe/Istanbul";
|
||||||
|
|
||||||
# Select internationalisation properties.
|
|
||||||
services.getty.autologinUser = "tulg";
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
|
@ -60,6 +45,7 @@
|
||||||
users.users.tulg = {
|
users.users.tulg = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Tulga";
|
description = "Tulga";
|
||||||
|
initialPassword = "fuckyou";
|
||||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -45,23 +45,16 @@ in {
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
inxi
|
inxi
|
||||||
pistol
|
|
||||||
waybar
|
waybar
|
||||||
wofi
|
wofi
|
||||||
mako
|
mako
|
||||||
feh
|
feh
|
||||||
kitty
|
kitty
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
|
||||||
libsForQt5.qt5ct
|
|
||||||
rose-pine-kvantum
|
|
||||||
];
|
];
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||||
#pkgs.vscode-extensions.bbenoist.nix
|
|
||||||
|
|
||||||
pkgs.vscode-extensions.kamadorueda.alejandra
|
pkgs.vscode-extensions.kamadorueda.alejandra
|
||||||
|
|
||||||
pkgs.vscode-extensions.jnoortheen.nix-ide
|
pkgs.vscode-extensions.jnoortheen.nix-ide
|
||||||
];
|
];
|
||||||
profiles.tulg.userSettings = {
|
profiles.tulg.userSettings = {
|
||||||
|
|
@ -79,8 +72,6 @@ in {
|
||||||
|
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# theme = spicePkgs.themes.ziro;
|
|
||||||
# colorScheme = "rose-pine-moon";
|
|
||||||
};
|
};
|
||||||
programs.yazi = {
|
programs.yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -124,10 +115,6 @@ in {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#xdg.configFile."lf" = {
|
|
||||||
# source = symlink "${dots}/lf";
|
|
||||||
# recursive = true;
|
|
||||||
#};
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -150,43 +137,17 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# gtk = {
|
home.pointerCursor = {
|
||||||
# enable = true;
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
|
package = pkgs.bibata-cursors;
|
||||||
|
name = "Bibata-Modern-Classic";
|
||||||
|
size = 16;
|
||||||
|
};
|
||||||
|
|
||||||
# theme = {
|
|
||||||
# name = "Nordic-darker";
|
|
||||||
# package = pkgs.nordic;
|
|
||||||
# };
|
|
||||||
|
|
||||||
# iconTheme = {
|
|
||||||
# name = "Papirus-Dark";
|
|
||||||
# package = pkgs.papirus-icon-theme;
|
|
||||||
# };
|
|
||||||
#};
|
|
||||||
|
|
||||||
#home.pointerCursor = {
|
|
||||||
# gtk.enable = true;
|
|
||||||
# x11.enable = true;
|
|
||||||
# package = pkgs.bibata-cursors;
|
|
||||||
# name = "Bibata-Modern-Classic";
|
|
||||||
# size = 16;
|
|
||||||
#};
|
|
||||||
#nixpkgs.config.qt5 = {
|
|
||||||
# enable = true;
|
|
||||||
# platformTheme = "qt5ct";
|
|
||||||
# style = {
|
|
||||||
# package = pkgs.rose-pine-kvantum;
|
|
||||||
# name = "Rose-pine";
|
|
||||||
# };
|
|
||||||
#};
|
|
||||||
#
|
|
||||||
#
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
NIXOS_OZONE_WL = "1"; # hint Electron apps to use Wayland
|
NIXOS_OZONE_WL = "1"; # hint Electron apps to use Wayland
|
||||||
# GTK_THEME = "rose-pine";
|
|
||||||
# QT_QPA_PLATFORMTHEME = "qt5ct";
|
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
# PS1="\[\e[38;5;177m\]\u\[\e[38;5;220m\]@\[\e[38;5;1m\]\h \[\e[38;5;33m\]\w \[\033[0m\]$ ";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue